#####################################################
# Turkish Flavor Events
#
# scripted by Johan Andersson
#
# id range = 31100-
# 
#####################################################

event = { 
	id = 31100
	random = no
	country = TUR
	
	picture = 31100

	name = "EVT_31100_NAME" # Troy is discovered!
	desc = "EVT_31100_DESC" # 
	style = 0

	date = { year = 1872 month = august } 
	offset = 10

	action_a = {
        	name = "ACTIONNAME31100A"
        	command = { type = research_points value = 10 }
        	command = { type = prestige value = 10 }
        	command = { type = treasury value = 1000 }
	}
}


event = { 
	id = 31101
	random = no
	country = GER
	
	picture = first_railroad

	trigger = {
		owned = { data = TUR province = 1392 }
		NOT = {
			war = { country = GER country = TUR }
			}
	}
	
	name = "EVT_31101_NAME" # 
	desc = "EVT_31101_DESC" # 
	style = 0

	date = { year = 1896 } 
	offset = 200

	action_a = {
        	name = "ACTIONNAME31101A"
        	command = { type = trigger value = 31102  }
        	command = { type = treasury value = -1000 }
        	command = { type = prestige value = 10 }
        	command = { type = relation which = ENG value = -100  }
	}
	
	action_b = {
        	name = "ACTIONNAME31101B"
        	command = { type = relation which = TUR value = -50  }
	}	
}

event = { 
	id = 31102
	random = no
	country = TUR
	
	picture = first_railroad

	name = "EVT_31101_NAME" # 
	desc = "EVT_31101_DESC" # 
	style = 0

	action_a = {
        	name = "GREAT"
        	command = { type = relation which = ENG value = -100  }
        	command = { type = relation which = GER value = 200  }
        	command = { type = railroad which = 1392 value = 1 }
        	command = { type = railroad_cost_mod value = -10  }
        	command = { type = alliance which = GER  }
	}
}


